.placement-main{
    display: flex;
    gap: 100px;
    flex-direction:row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    
  }
  .placement{
    width: 200px;
    height: 200px;
    background-image: radial-gradient(#6D07A1,#DF359A);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
   
  }
  .placeItem{
    width: 100px;
    height: 100px;
    display: flex;
    font-size: x-large;
    justify-content: center;
    align-items: center;
    background-color: #DF359A;
    border-radius: 50%;
    position: relative;
    left: 35px; 
  }
  
  /* .main-button{
    display: flex;
    justify-content: center;
    align-items: center;
    

  }
  .btndata{
    width: 100px;
    height: 50px;
    background-color: #6D07A1;
    color: aliceblue;
    border-radius: 10px;
    display: flex;
    align-items: center;


  } */


  .expert-main{
    height: 50vh;
    width: 100%;
    display: flex;
    gap: 100px;
    flex-direction:row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    
  }
